[docs] GdkPixmap fix: gdk_pixmap_draw() does not exist.
authorStanislas Marquis <stnsls@gmail.com>
Thu, 10 Jun 2010 00:17:23 +0000 (02:17 +0200)
committerJavier Jardón <jjardon@gnome.org>
Thu, 10 Jun 2010 00:21:13 +0000 (02:21 +0200)
Using gdk_draw_drawable() instead.

docs/reference/gdk/tmpl/pixmaps.sgml

index 333a2b348c575643e94d1bc6792ac247d800c62f..8e37034bee5d60b15ad78a5813d04e573bb7c523 100644 (file)
@@ -8,7 +8,7 @@ Offscreen drawables
 <para>
 Pixmaps are offscreen drawables. They can be drawn upon with the
 standard drawing primitives, then copied to another drawable (such as
-a #GdkWindow) with gdk_pixmap_draw(). The depth of a pixmap
+a #GdkWindow) with gdk_draw_drawable(). The depth of a pixmap
 is the number of bits per pixels. Bitmaps are simply pixmaps
 with a depth of 1. (That is, they are monochrome bitmaps - each
 pixel can be either on or off).